home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk62 / contents < prev    next >
Text File  |  1995-03-19  |  4KB  |  84 lines

  1. CONTENTS  ScopeDisk62
  2.  
  3. FILEMAP -  This little toy is designed to allow you to examine the
  4.     sector allocation on your disks.  Instead of using th DOS to find files,
  5.     it uses the trackdisk.device and examines the sectors directly,
  6.     traversing the filesystem "by hand."  Unallocated sectors are the
  7.     background color; file control blocks are rendered in color 1; data
  8.     blocks are color 2; and sectors allocated by other things show up as
  9.     color 3.
  10.  
  11. GLIB -  a Generic LIBrarian and editor for synthsglib (one syllable) is a
  12.     text-screen-oriented librarian AND editor.  It is structured in an
  13.     attempt to make it easy to add support for new synthesizers. 
  14.  
  15. GRAF -  Graf is a program originally meant for graphing multiple functions
  16.     of one variable entered from the keyboard. A calculator mode was so easy
  17.     to add that it is included also.  The inspiration for graf came from the
  18.     graph sketching classes we had in intro calculus. I wanted a nice and
  19.     quick way of checking my work.
  20.  
  21. JUMBLE -  JUMBLE is a program that will provide all possible arrangements of
  22.     any input text.  Just give it a word and let it go.  All you have to do
  23.     is pick out an answer from the list produced.  What could be easier?
  24.     There is one small problem, though.  JUMBLE gives you 'ALL' possible
  25.     arrangements of the input text.  The larger word you give it, the longer
  26.     the list of anagrams. And the list grows fast! 
  27.     Example - 2 letters = 2 words, 3 letters = 6 words,4 letters = 24 words,
  28.     but 9 letters = 362880 words.
  29.  
  30. MFR -  MIDI File Recorder  This program (written in JForth and target
  31.     compiled), receives MIDI input and records it timestamped in the
  32.     standard MIDI file format approved by the MIDI Manufacturers
  33.     Association. MFR uses Bill Barton's PD midi.library, so it can receive
  34.     MIDI from the serial port or any other executing process that also uses
  35.     the midi.library.  Also included is a program called  MidiClock, a
  36.     settable timer.
  37.  
  38. MYMENU -  MyMenu is a program to allow you to create your own menus in the
  39.     WorkBench to run your own commands.  This can save the hassle of opening
  40.     up lots of drawers to get to the command you want.  MyMenu will allow
  41.     you to execute both CLI and WorkBench programs, and is configured with a
  42.     normal text file.  Be warned that there are probably a few Amiga
  43.     programming rules violated, so this program will break unker 1.4. 
  44.  
  45. PIPE203 -  I have completely re-written my PIPE - handler from scratch.
  46.     The PIPE - device now supports bi-directional connections through a
  47.     single file-handle, dynamic buffer sizing, signaling capability, and
  48.     several other options for supporting virtualterminals
  49.     (i.e. slaving a CLI). (Matt Dillon)
  50.  
  51. PLAY11 - This is version 1.1 of Mark Riley's "Play" program, for playing
  52.     Sonix scores.  Since there is as yet no new documentation for the new
  53.     version, the version 1.0 docs are included in this archive.  This
  54.     version is supposed to deal more gently with low memory situations, and
  55.     has an added "fade" or "F" option to fade out a score. 
  56.  
  57. QUICKLIB -  quicklib.bas is a little routine to allow quick bmap-loads for
  58.     AmigaBasic. What it does is ask you which routines from the library
  59.     you're using, and then writes a subroutine (which you later merge into
  60.     your main program) which will create a tiny .bmap file on the fly in
  61.     RAM -, and then load it in with an appropriate "LIBRARY" call.
  62.  
  63. RUS -  Rus is a program to read BBS buffers or any other text file. It is
  64.     page and/or message orientated. You can read text files using either the
  65.     keyboard or mouse.
  66.  
  67. SHELL203 -  Shell provides a convient AmigaDos alternative command
  68.     interface. All its commands are internal and thus does not rely on the
  69.     c - commands for any functionality.  Major features include - command
  70.     line editing, -shell & Amigados search path support, -simple history,
  71.     redirection of any command, piping, aliases, variables & variable
  72.     handling (embedded variables), file name expansion via conventional wild
  73.     carding, conditionals, source files, many built in commands to speed
  74.     things up.
  75.  
  76. VT1002.08A -  This archive contains a vt100 emulator with KERMIT and XMODEM
  77.     file transfer protocols.  Original work by Dave Wecker, V2.7-V2.8A by
  78.     Tony Sumrall. This is the standard VT100 emulator by which all other
  79.     Amiga implementations are measured.
  80.  
  81.  
  82.  
  83.  
  84.